-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for credHelper #950
Conversation
@TomSweeneyRedHat PTAL |
docs/containers-auth.json.5.md
Outdated
} | ||
``` | ||
|
||
For more information on Docker credential stores, please reference the [GitHub docker-credential-helpers project](https://github.com/docker/docker-credential-helpers/releases). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these credential helpers not Stores and remove the extra Docker adjective.
For more information on credential helpers see: GitHub docker-credential-helpers project.
docs/containers-auth.json.5.md
Outdated
# SEE ALSO | ||
buildah-login(1), buildah-logout(1), podman-login(1), podman-logout(1) | ||
buildah-login(1), buildah-logout(1), podman-login(1), podman-logout(1), , skopeo-login(1), skopeo-logout(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra comma
@TomSweeneyRedHat PTAL |
docs/containers-auth.json.5.md
Outdated
provided by `login`. If the credential helpers are configured for specific registries, the base64 encoded will not be used | ||
for operations concerning credentials of the specified registries. | ||
|
||
When the credential helper is in use on a Linux platform, the auth.json file would contain keys specify the registry domain, and values specify the suffix of the program to use (i.e. everything after docker-credential-). For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the credential helper is in use on a Linux platform, the auth.json file would contain keys specify the registry domain, and values specify the suffix of the program to use (i.e. everything after docker-credential-). For example: | |
When the credential helper is in use on a Linux platform, the auth.json file would contain keys that specify the registry domain, and values that specify the suffix of the program to use (i.e. everything after docker-credential). For example: |
Is there supposed to be a dash at the end of docker-credential-
in the parens at the end? I removed it in my suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there should be a dash at the end, the api will append the config value to this string to look for binary.
LGTM |
docs/containers-auth.json.5.md
Outdated
@@ -37,8 +37,28 @@ their accounts on quay.io and docker.io: | |||
An entry can be removed by using a `logout` command from a container | |||
tool such as `podman logout` or `buildah logout`. | |||
|
|||
In addition, credential helpers can be configured for specific registries and the credentials-helper | |||
software can be used to manage the credentials in a more secure way than depending on the base64 encoded authentication | |||
provided by `login`. If the credential helpers are configured for specific registries, the base64 encoded will not be used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, missed this last time!
provided by `login`. If the credential helpers are configured for specific registries, the base64 encoded will not be used | |
provided by `login`. If the credential helpers are configured for specific registries, the base64 encoded authentication will not be used |
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @QiWang19 !
LGTM |
Add documentation for credHelper. Close containers/podman#1675
Signed-off-by: Qi Wang [email protected]